runtime.memRecordCycle.alloc_bytes (field)
8 uses
runtime (current package)
mprof.go#L123: alloc_bytes, free_bytes uintptr
mprof.go#L130: a.alloc_bytes += b.alloc_bytes
mprof.go#L350: mpc.alloc_bytes += size
mprof.go#L578: if inuseZero || mp.active.alloc_bytes != mp.active.free_bytes {
mprof.go#L597: if inuseZero || mp.active.alloc_bytes != mp.active.free_bytes {
mprof.go#L607: if inuseZero || mp.active.alloc_bytes != mp.active.free_bytes {
mprof.go#L620: r.AllocBytes = int64(mp.active.alloc_bytes)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)